home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-G / German MiniCad Demo (Click Me!) / German MiniCad Demo (Click Me!).rsrc / STR#_7006.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  328 b   |  17 lines

  1. SysBeep;
  2.  
  3. Make a beep sound when called
  4.  
  5. FndError : BOOLEAN;
  6.  
  7. Used in debugging.  If an error has occurred then FndError = TRUE ELSE FndError = FALSE
  8.  
  9. Date(DateFormat,InfoFormat : INTEGER): STRING;
  10.  
  11. Function date returns the current date and time as a string
  12.  
  13. Wait(Seconds : INTEGER);
  14.  
  15. Pauses the macro for n number of seconds
  16.  
  17.